incremental build meaning in English
累加编译版
累加建置
增量编译
Examples
- During an incremental build , you can specify new . sbr files that were not part of the original build
在增量编译过程中,可以指定不是原始生成部分的新. sbr文件。 - In incremental mode , link creates an . ilk file to hold status information for later incremental builds of the program
在增量模式中, link创建一个. ilk文件来保存程序后来的增量编译状态信息。有关 - In addition , authoring such large targets with so many tasks makes it difficult to perform good incremental builds builds in which only those targets that have not been built before or targets that are out of date are rebuilt
此外,编写具有这么多任务的大型目标将加大执行好的增量编译(仅重新生成以前未生成的目标和过期的目标)的难度。 - To enable incremental builds builds in which only those targets that have not been built before or targets that are out of date , are rebuilt , the microsoft build engine msbuild can compare the timestamps of the input files with the timestamps of the output files and determine whether to skip , build , or partially rebuild a target
为启用增量生成(这类生成仅重新生成以前未生成过或已过期的目标) , microsoft build engine ( msbuild )可以比较输入文件的时间戳和输出文件的时间戳,并确定是跳过、生成还是部分重新生成某个目标。